allow range to satisfy key distribution generally#23680
Open
gene-bordegaray wants to merge 1 commit into
Open
Conversation
gene-bordegaray
force-pushed
the
gene.bordegaray/2026/07/allow_range_to_satisfy_key_distribution_generally
branch
from
July 21, 2026 18:35
de0572d to
7df0261
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #23680 +/- ##
==========================================
- Coverage 80.71% 80.70% -0.01%
==========================================
Files 1089 1089
Lines 368748 368571 -177
Branches 368748 368571 -177
==========================================
- Hits 297633 297463 -170
+ Misses 53372 53365 -7
Partials 17743 17743 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
gene-bordegaray
marked this pull request as ready for review
July 21, 2026 19:55
Contributor
Author
|
cc: @gabotechs |
26 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
Partitioning::Rangeto satisfyDistribution::KeyPartitionedgenerally #23266.Rationale for this change
Partitioning::Rangenow satisfiesDistribution::KeyPartitionedprivately across all operators that require it: aggregates, windows, TopK, and co-partitioned joins. So now the temporary operator opt-ins can be consolidated.What changes are included in this PR?
Partitioning::Rangeto satisfyDistribution::KeyPartitionedviaPartitioning::satisfactionAre these changes tested?
Yes
Are there any user-facing changes?
No, this should not change any exisitng behavior just consolidation